From fb7f23943efa9a2506cf19b1107e2b80bdd791ec Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Mon, 14 Jan 2013 00:17:15 +0000 Subject: [PATCH] Typo fix in TEF. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4251 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/tef_xml.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/tef_xml.cc b/gpsbabel/tef_xml.cc index ab5244d82..550d0d058 100644 --- a/gpsbabel/tef_xml.cc +++ b/gpsbabel/tef_xml.cc @@ -291,7 +291,7 @@ tef_point(const char *args, const char **attrv) // FIXME: this code should really not be writing into the arg list. while (*avp) { if (strcmp(avp[0], "y") == 0) { - char *tbuf = xstrdup(avp[0]); + char *tbuf = xstrdup(avp[1]); comma = strstr(tbuf, ","); if (comma) { *comma='.'; -- 2.30.2